home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3278 < prev    next >
Encoding:
Text File  |  1996-08-06  |  592 b   |  24 lines

  1. Newsgroups: comp.lang.c++
  2. Path: news.sprintlink.net!eskimo!news
  3. From: maryann@eskimo.com (C Marsho)
  4. Subject: How I redirect output away from the screen?
  5. X-Nntp-Posting-Host: tia1.eskimo.com
  6. Message-ID: <DLM67E.G7E@eskimo.com>
  7. Sender: news@eskimo.com (News User Id)
  8. Organization: Eskimo North (206) For-Ever
  9. X-Newsreader: Forte Free Agent 1.0.82
  10. Date: Tue, 23 Jan 1996 04:04:19 GMT
  11.  
  12. Here's my problem.  When I use this DOS function
  13.  
  14.     system("move *.* c:\dir1");
  15.  
  16. it shows this on the screen
  17.  
  18.     c:\file1.txt  =>  c:\dir1
  19.  
  20. How can I prevent this using BC++?
  21. Reply to maryann@eskimo.com please.
  22.  
  23.  
  24.